home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Programare / bluej / bluejsetup-203.exe / {app} / examples / people2 / README.TXT < prev    next >
Text File  |  2004-12-19  |  480b  |  14 lines

  1. BlueJ example project "people2"
  2.  
  3. Copyright (c) Michael K÷lling, Monash University, 1999-2000
  4.  
  5. This is a very simple BlueJ demo project. It illustrates some aspects of
  6. object-orientation as well as aspects of BlueJ.
  7.  
  8. This project is an extension of "people". It is identical to "people"
  9. except for the addition of an "Address" class and an address attribute
  10. in Person.
  11.  
  12. This project may be used to study object creation and method calls from
  13. within other object (non-interactive).
  14.